@media screen and (min-width: 1025px) {
  @font-face {
    font-family: 'MiSans-Light';
    src: url("../fonts/MiSans-Light.ttf");
  }
  @font-face {
    font-family: 'MiSans-Regular';
    src: url("../fonts/MiSans-Regular.ttf");
  }
  @font-face {
    font-family: 'MiSans-Bold';
    src: url("../fonts/MiSans-Bold.ttf");
  }
}
.font-12, .about-s3 .dot span {
  font-size: 12px;
}

.font-14, .c-crumbs .left-box a.link, .contact-s4 .info p, .contact-s5 .box input,
.contact-s5 .box textarea, .news-s3 .other .back span {
  font-size: 14px;
}

.font-16, .c-team-items .item p, .index-s1 p, .index-s2 .item i, .index-s3 .txt-block p, .index-s3 .tab-cont .txt-box p, .index-s3 .tab-cont .txt-box a, .index-s4 .txt-block p, .contact-s1 .item p, .news-s1 .item i, .news-s2 .item .date, .news-s2 .item p, .news-s3 .top-box .date, .product-s1 .foot p, .search-s1 .item .date, .search-s1 .item p, .search-s1 .item span {
  font-size: 1rem;
}

.font-18, .index-s3 .tab-tit .item h3, .other-s1 .item a, .other-s2, .other-s3, .contact-s2 .top-block span, .news-s1 .item p, .news-s3 .other .page a, .about-s3.aindex a.more, .about-s4 .txt-box .para, .about-s4 .txt-box a, .about-s5 a.more, .about-s7 .item a, .product-s4 .video-btn em, .search-s1 .tab a, .search-s1 .tip {
  font-size: 1.125rem;
}

.font-20, .c-team-items .item .tit, .index-s2 .item span, .index-s2 .item p, .index-s4 .data .tit, .index-s4 .dot span, .contact-s2 .mid-block .para, .contact-s3 .item p, .contact-s5 button, .about-s2 .para, .about-s3.aindex .tit p, .about-s6 .para, .about-s7 .item .para, .product-s2 .item p, .product-s5 .tip, .product-s5 p, .product-s6 .item p, .search-s1 form input, .search-s1 .item .tit {
  font-size: 1.5rem;
}

.font-24, .other-page .left-box a, .other-s1 .item .tit, .other-s2 p, .other-s3 h3, .contact-s1 .item .tit, .contact-s2 a.btn, .contact-s3 .item span, .contact-s4 .info span, .news-s2 .item .h2, .about-s4 .data i, .about-s4 .data p, .about-s6 .data i, .about-s6 .data p, .product-s2 .tip, .product-s2 .item span {
  font-size: 1.5rem;
}

.font-30, .product-s1 .txt-box span, .product-s4 p {
  font-size: 1.875rem;
}

.font-32, .contact-s2 .mid-block .tit, .about-s7 .item .tit {
  font-size: 2rem;
}

.font-36, .c-banner .label, .comm-tit .label, .index-s3 .tab-cont .txt-box h3, .contact-s5 .top-block p, .news-s1 .item .tit, .about-s3.aindex .tit .label, .about-s4 .txt-box .tit, .about-s5 .label, .about-s6 .circle-box p, .about-s6 .circle span, .about-s7 .label {
  font-size: 2.25rem;
}

.font-40, .contact-s2 .top-block .tit, .news-s3 .top-box h1 {
  font-size: 2.5rem;
}

.font-48, .c-label .label, .index-s1 h3, .news-s1 .item span, .about-s7 .tab-logo span, .product-s1 .txt-box p, .product-s2 .label, .product-s5 .label, .product-s6 .item span, .product-s7 .label .tit, .product-s8 .label .tit {
  font-size: 3rem;
}

.font-60, .index-s3 .txt-block h3, .index-s4 .txt-block h2 {
  font-size: 3rem;
}

.font-70, .index-s4 .data .count {
  font-size: 4rem;
}

.font-72, .about-s4 .data span, .about-s6 .data span {
  font-size: 4.5rem;
}

.font-80, .c-banner .trans, .comm-tit .trans {
  font-size: 5rem;
}

.font-120, .product-s4 span {
  font-size: 7.5rem;
}

@keyframes o-upfade-top {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scale {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-3.125vw);
    -moz-transform: translateX(-3.125vw);
    -ms-transform: translateX(-3.125vw);
    transform: translateX(-3.125vw);
  }
}
@keyframes m-scale {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
  }
}
@keyframes scale-bg {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes newssvg {
  0% {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes moveline {
  0% {
    left: -24px;
  }
  100% {
    left: 100%;
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes scale1 {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  10% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes scale2 {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}
@keyframes o-ani-ball1 {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  33.33% {
    transform: translate(-50%, 50%) rotate(120deg);
  }
  66.66% {
    transform: translate(-50%, 0%) rotate(240deg);
  }
  100% {
    transform: translate(0, 0) rotate(360deg);
  }
}
@keyframes o-ani-ball2 {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  33.33% {
    transform: translate(-50%, 10%) rotate(120deg);
  }
  66.66% {
    transform: translate(-50%, 50%) rotate(240deg);
  }
  100% {
    transform: translate(0, 0) rotate(360deg);
  }
}
@keyframes animation-line {
  0% {
    stroke-dashoffset: 180px;
  }
  14.28571% {
    stroke-dashoffset: 0px;
  }
  21.42857% {
    stroke-dashoffset: 0px;
  }
  35.71429% {
    stroke-dashoffset: -180px;
  }
  to {
    stroke-dashoffset: -180px;
  }
}
@media screen and (min-width: 1025px) {
  .wow {
    visibility: hidden;
  }
}

.markbg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 8;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}


.c-anibg {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  position: absolute;
  z-index: 0;
  overflow: hidden;
}
.c-anibg:before {
  content: '';
  width: 33.33vw;
  height: 33.33vw;
  border-radius: 50%;
  background-color: rgba(230, 0, 68, 0.4);
  position: absolute;
  left: 30vw;
  top: -15vw;
  filter: blur(100px);
  z-index: 1;
  animation: o-ani-ball1 10s linear infinite;
}
.c-anibg:after {
  content: '';
  width: 45vw;
  height: 45vw;
  border-radius: 50%;
  background-color: rgba(0, 78, 162, 0.4);
  position: absolute;
  right: -15vw;
  top: -10vw;
  filter: blur(100px);
  z-index: 1;
  animation: o-ani-ball2 20s linear infinite;
}
.c-anibg i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), 20%, white);
  z-index: 2;
}

.inner-page {
  position: relative;
  z-index: 3;
}
.inner-page.pt {
  padding-top: 100px;
}

.c-banner {
  padding: 13.75rem 6.25vw 0;
}
.c-banner .block {
  position: relative;
}
.c-banner .block:before {
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 37rem;
  height: 12rem;
  position: absolute;
  left: -1.875rem;
  bottom: -1.875rem;
  background-image: url("../images/img-1.png");
}
.c-banner .img-box {
  border-radius: 1.25rem 0 1.25rem 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.c-banner img {
  display: block;
  width: 100%;
  animation: scale-bg 6s linear forwards;
}
.c-banner .txt-box {
  width: 70vw;
  max-width: 1280px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  z-index: 3;
}
.c-banner .line {
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: #17cc96;
}
.c-banner .trans {
  position: absolute;
  left: 2.5rem;
  top: 0;
  line-height: 1;
  color: #fff;
  font-family: 'MiSans-Bold';
  opacity: 0.2;
  text-transform: uppercase;
}
.c-banner .label {
  padding: 9.375rem 0 10px;
  color: #fff;
  padding-left: 2.5rem;
}

.wrap-s {
  width: 70vw;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.c-label .label:after {
  content: '';
  display: block;
  width: 70px;
  height: 5px;
  background-color: #17cc96;
  display: block;
  margin-top: 2rem;
}
.c-label.center .label {
  text-align: center;
}
.c-label.center .label:after {
  margin-left: auto;
  margin-right: auto;
}
.c-label.gray .label {
  color: #252d36;
}

.c-crumbs {
  background-color: #17cc96;
  padding: 0 6.25vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0;
}
.c-crumbs .left-box a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: calc(3.75rem + 5px);
}
.c-crumbs .left-box a.home {
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-7.png");
}
.c-crumbs .left-box a.link {
  line-height: 48px;
  color: #fff;
}
.c-crumbs .left-box a:last-of-type {
  margin-right: 0;
}
.c-crumbs .left-box a:last-of-type:after {
  display: none;
}
.c-crumbs .left-box a:after {
  content: '';
  width: 5px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: calc(100% + 1.875rem);
  margin-top: -4px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-8.png");
}

.comm-page {
  font-size: 0;
  text-align: center;
  margin-top: 2vw;
}
.comm-page li {
  display: inline-block;
  vertical-align: top;
  margin: 5px;
}
.comm-page li a {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 14px;
  color: #666;
  line-height: 40px;
  text-align: center;
  border: 1px solid #e2eaf3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comm-page li:first-of-type a, .comm-page li:last-of-type a {
  width: 60px;
}
.comm-page li:hover a, .comm-page li.active a {
  border-color: #17cc96;
  background-color: #17cc96;
  color: #fff;
}

.comm-share {
  margin-top: 30vh;
  position: sticky;
  top: 150px;
}
.comm-share span {
  display: block;
  width: 48px;
  height: 48px;
  background-color: #17cc96;
  border-radius: 3px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 20px;
  background-image: url("../images/news/icon-2.svg");
}
.comm-share a {
  display: block;
  width: 48px;
  height: 48px;
  margin-top: 2px;
  border-radius: 3px;
  background-color: #ebf0f5;
  position: relative;
}
.comm-share a:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 16px;
  opacity: .4;
  transition: opacity .3s ease;
}
.comm-share a.wechat:before {
  background-image: url("../images/news/icon-3-1.svg");
}
.comm-share a.sina:before {
  background-image: url("../images/news/icon-3-2.svg");
}
.comm-share a.qq:before {
  background-image: url("../images/news/icon-3-3.svg");
}
@media screen and (min-width: 1025px) {
  .comm-share a:hover:before {
    opacity: 1;
  }
}

.comm-tit {
  position: relative;
}
.comm-tit .line {
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: #17cc96;
}
.comm-tit .trans {
  position: absolute;
  left: 2.5rem;
  top: 0;
  line-height: 1;
  color: #252d36;
  font-family: 'MiSans-Bold';
  opacity: 0.05;
  text-transform: uppercase;
}
.comm-tit .label {
  padding: 9.375rem 0 10px;
  color: #252d36;
  padding-left: 2.5rem;
}

.c-team-items {
  font-size: 0;
}
.c-team-items .item {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 11.25rem) / 3);
  position: relative;
  margin-left: 5.625rem;
}
.c-team-items .item:nth-of-type(1) {
  margin: 0;
}
.c-team-items .item:before {
  content: '';
  width: 9.5rem;
  height: 9.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/about/img-2.png");
  position: absolute;
  left: -1.25rem;
  top: -1.25rem;
  z-index: 1;
  opacity: 0;
  transition: opacity .3s ease;
}
.c-team-items .item .img-box {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.c-team-items .item img {
  display: block;
  width: 100%;
  transition: transform .5s ease;
}
.c-team-items .item .txt-box {
  position: absolute;
  left: 1.875rem;
  right: 1.875rem;
  z-index: 3;
  top: calc(100% - 2.5rem);
}
.c-team-items .item .txt-box:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #17cc96;
  border-radius: 1.25rem 0 1.25rem 0;
  opacity: 0;
  transition: all .3s ease;
  z-index: 1;
}
.c-team-items .item .box {
  position: relative;
  z-index: 2;
  background-color: #004ea2;
  padding: 1.875rem 2.5rem;
  border-radius: 1.25rem 0 1.25rem 0;
  transition: all .3s ease;
}
.c-team-items .item .tit {
  color: #fff;
  font-family: 'MiSans-Light';
}
.c-team-items .item p {
  color: #fff;
  font-family: 'MiSans-Light';
  margin-top: 1rem;
  display: none;
}
@media screen and (min-width: 1025px) {
  .c-team-items .item:hover:before {
    opacity: 1;
  }
  .c-team-items .item:hover img {
    transform: scale(1.1);
  }
  .c-team-items .item:hover .txt-box:before {
    opacity: 1;
    transform: translate(0.625rem, 0.625rem);
  }
  .c-team-items .item:hover .box {
    background-color: #17cc96;
  }
  .c-team-items .item:hover p {
    display: block;
    -webkit-animation: o-upfade-top 0.7s 0s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    -moz-animation: o-upfade-top 0.7s 0s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    -ms-animation: o-upfade-top 0.7s 0s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation: o-upfade-top 0.7s 0s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  }
}

.video-pop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  display: none;
}
.video-pop .bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.video-pop .close {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 20px;
  top: 20px;
  background: url("../images/close.png") center no-repeat;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer;
  z-index: 2;
}
.video-pop .close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.video-pop video {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 100vh;
  max-width: 100vw;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.index-s1 {
  height: 82vh;
  position: relative;
  overflow: hidden;
}
.index-s1 .item {
  height: 100vh;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.index-s1 .item:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("../sheping/img-10.svg");
  z-index: 2;
}
.index-s1 .item.swiper-slide-active .img, .index-s1 .item.swiper-slide-active img {
  animation: scale-bg 6s linear forwards;
}
.index-s1 .item.swiper-slide-active .txt-box {
  opacity: 1;
  transform: translateX(0);
}
.index-s1 .img-box {
  height: 100%;
  position: relative;
  z-index: 1;
}
.index-s1 .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1.2);
}
.index-s1 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.2);
  display: none;
}
.index-s1 .range {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  transition: all .3s ease;
}
.index-s1 .range span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("../sheping/img-1.png");
  opacity: 0;
  animation: scale 3s ease-out infinite;
}
.index-s1 .range span:nth-of-type(2) {
  animation-delay: 1s;
}
.index-s1 .range span:nth-of-type(3) {
  animation-delay: 2s;
}
.index-s1 .txt-box {
  width: 30%;
  position: absolute;
  top: 19vw;
  left: 6.25vw;
  z-index: 4;
  opacity: 0;
  transform: translateY(6.25vw);
  transition: all .5s ease;
}
.index-s1 h3 {
  color: #252d36;
}
.index-s1 h3:after {
  content: '';
  width: 70px;
  height: 5px;
  background-color: #17cc96;
  display: block;
  margin-top: 2rem;
}
.index-s1 p {
  line-height: 1.5;
  color: #909aa5;
  margin-top: 2rem;
}
.index-s1 .btns {
  position: absolute;
  left: 6.25vw;
  bottom: 3.125vw;
  font-size: 0;
  z-index: 3;
}
.index-s1 .button {
  width: 3.125rem;
  height: 3.125rem;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #909aa5;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 1.25rem;
  background-image: url("../sheping/icon-1-1.svg");
  transition: all .3s ease;
  cursor: pointer;
}
.index-s1 .button:hover {
  border-color: #004ea2;
  background-color: #004ea2;
  background-image: url("../sheping/icon-1-2.svg");
}
.index-s1 .button-next {
  transform: rotateY(180deg);
  margin-left: 6px;
}

.index-s2 {
  padding-left: 6.25vw;
  background-image: linear-gradient(180deg, #ffffff, #fefefe);
}
.index-s2 .items {
  overflow: hidden;
  border-radius: 3.125vw 0 0 3.125vw;
  font-size: 0;
  transform: rotate(0deg);
}
.index-s2 .item {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  position: relative;
  overflow: hidden;
}
.index-s2 .item .img-box {
  position: relative;
  z-index: 1;
}
.index-s2 .item .img-box:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.index-s2 .item img {
  display: block;
  width: 100%;
  transition: transform .3s ease;
  position: relative;
  z-index: 1;
}
.index-s2 .item .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 3.125vw 3.125vw 0;
  z-index: 2;
}
.index-s2 .item span {
  color: #fff;
}
.index-s2 .item p {
  color: #fff;
  line-height: 1.5;
  margin-top: 2rem;
}
.index-s2 .item i {
  position: absolute;
  bottom: 3.125vw;
  left: 3.125vw;
  border: 1px solid #fff;
  border-radius: 20px;
  width: 140px;
  text-align: center;
  color: #fff;
  font-style: normal;
  line-height: 40px;
  opacity: 0;
  transform: translateY(10px);
  z-index: 2;
  transition: all .3s ease;
}
@media screen and (min-width: 1024px) {
  .index-s2 .item:hover img {
    transform: scale(1.1);
  }
  .index-s2 .item:hover i {
    opacity: 1;
    transform: none;
  }
}
.index-s2 .pagination {
  text-align: center;
  font-size: 0;
  display: none;
  transform: scale(0.5);
  transform-origin: center bottom;
}
.index-s2 .pagination span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-left: 10px;
  cursor: pointer;
}
.index-s2 .pagination span:nth-of-type(1) {
  margin-left: 0;
}
.index-s2 .pagination span:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  border-radius: 50%;
  border: 4px solid #e6e6e6;
}
.index-s2 .pagination span svg {
  fill: none;
  stroke: #17cc96;
  stroke-width: 4px;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  transform: rotate(-90deg);
}
.index-s2 .pagination span.active svg {
  animation: newssvg 5s linear forwards;
}

.index-s3 {
  padding: 8.5vw 0;
  background-image: linear-gradient(180deg, #fefefe, #f6f6f6);
  position: relative;
  overflow: hidden;
}
.index-s3:before {
  content: '';
  width: 25.42vw;
  height: 16.6vw;
  max-width: 488px;
  max-height: 318px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../sheping/img-4.png");
  position: absolute;
  right: 0;
  top: 5.2vw;
  z-index: 1;
}
.index-s3 .line {
  height: 180px;
  position: absolute;
  bottom: 8.5vw;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 1;
}
.index-s3 .txt-block {
  position: relative;
  padding: 0 6.25vw;
  z-index: 2;
}
.index-s3 .txt-block:before {
  content: '';
  width: 27.7vw;
  height: 4.79vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../sheping/img-3.png");
  position: absolute;
  left: 0;
  top: -1vw;
}
.index-s3 .txt-block h3 {
  color: #252d36;
}
.index-s3 .txt-block h3:after {
  content: '';
  width: 70px;
  height: 5px;
  background-color: #17cc96;
  display: block;
  margin-top: 2rem;
}
.index-s3 .txt-block p {
  line-height: 2;
  color: #909aa5;
  margin-top: 1.5rem;
}
.index-s3 .tab-wrap {
  position: relative;
  margin-top: 5vw;
  z-index: 2;
}
.index-s3 .s-tab-tit {
  display: none;
}
.index-s3 .tab-tit {
  position: absolute;
  right: 0;
  top: 0;
}
.index-s3 .tab-tit .item {
  position: relative;
  padding: 1.5rem 7.5rem 0;
  margin-top: 8px;
  cursor: pointer;
}
.index-s3 .tab-tit .item:nth-of-type(1) {
  margin-top: 0;
}
.index-s3 .tab-tit .item:nth-of-type(2) {
  transform: translateX(5.8125rem);
}
.index-s3 .tab-tit .item:nth-of-type(3) {
  transform: translateX(11.625rem);
}
.index-s3 .tab-tit .item .bg {
  background-color: #fff;
  border-radius: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  transform: skew(25deg);
  transform-origin: left top;
}
.index-s3 .tab-tit .item .bg:before {
  content: '';
  width: 8px;
  height: 100%;
  background-color: #17cc96;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity .3s ease;
}
.index-s3 .tab-tit .item h3 {
  color: #909aa5;
  position: relative;
  z-index: 2;
}
.index-s3 .tab-tit .item .img-box {
  margin-left: 1.5rem;
  width: 15rem;
  height: 8.75rem;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.index-s3 .tab-tit .item .img-box:before {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: bottom;
}
.index-s3 .tab-tit .item .img-box img {
  display: inline-block;
  vertical-align: bottom;
  max-width: 90%;
  max-height: 90%;
}
.index-s3 .tab-tit .item.active .bg:before {
  opacity: 1;
}
.index-s3 .tab-tit .item.active h3 {
  color: #252d36;
}
.index-s3 .tab-cont {
  width: 72vw;
}
.index-s3 .tab-cont .child {
  position: relative;
  display: none;
}
.index-s3 .tab-cont .child.active {
  display: block;
}
.index-s3 .tab-cont .child.active .en {
  -webkit-animation: o-upfade-top 0.7s 0s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -moz-animation: o-upfade-top 0.7s 0s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -ms-animation: o-upfade-top 0.7s 0s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: o-upfade-top 0.7s 0s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.index-s3 .tab-cont .child.active .img-box {
  -webkit-animation: o-upfade-top 0.7s 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -moz-animation: o-upfade-top 0.7s 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -ms-animation: o-upfade-top 0.7s 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: o-upfade-top 0.7s 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.index-s3 .tab-cont .child.active .txt-box {
  -webkit-animation: o-upfade-top 0.7s 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -moz-animation: o-upfade-top 0.7s 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -ms-animation: o-upfade-top 0.7s 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: o-upfade-top 0.7s 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.index-s3 .tab-cont .en {
  font-size: 14.6875rem;
  -webkit-text-stroke: 1px #bfbfbf;
  color: transparent;
  position: absolute;
  z-index: 1;
  top: -2rem;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
}
.index-s3 .tab-cont .img-box {
  position: relative;
  width: 53vw;
  height: 40vw;
  text-align: center;
  z-index: 2;
  opacity: 0;
}
.index-s3 .tab-cont .img-box img {
  width: auto;
  max-width: 96%;
  max-height: 96%;
}
.index-s3 .tab-cont .txt-box {
  width: 21.875rem;
  position: absolute;
  left: 53vw;
  top: 12vw;
  padding-left: 3.125vw;
  opacity: 0;
}
.index-s3 .tab-cont .txt-box h3 {
  color: #252d36;
}
.index-s3 .tab-cont .txt-box h3:after {
  content: '';
  width: 70px;
  height: 5px;
  background-color: #17cc96;
  display: block;
  margin-top: 2rem;
}
.index-s3 .tab-cont .txt-box p {
  line-height: 2;
  color: #909aa5;
  margin-top: 1.5rem;
}
.index-s3 .tab-cont .txt-box a {
  margin-top: 1.25rem;
  display: inline-block;
  border-radius: 20px;
  width: 140px;
  text-align: center;
  color: #fff;
  background-color: #004ea2;
  line-height: 40px;
  transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
  .index-s3 .tab-cont .txt-box a:hover {
    transform: translateY(-3px);
    box-shadow: 0 3px 10px rgba(0, 78, 162, 0.3);
  }
}

.index-s4 {
  padding-top: 5.5vw;
  overflow: hidden; background: #e6f5fd;
}
.index-s4 .txt-block {
  position: relative;
  padding: 0 6.25vw;
}
.index-s4 .txt-block:before {
  content: '';
  width: 27.7vw;
  height: 4.79vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../sheping/img-3.png");
  position: absolute;
  left: 0;
  top: -1vw;
}
.index-s4 .txt-block h1 {
  color: #222; font-size: 1.6rem ; font-weight: normal;
}
.index-s4 .txt-block h2 {
  color: #0dbc88;
}
.index-s4 .txt-block h2 span {
  color: #0f2e6f; padding:0 0 0 15px
}
.index-s4 .txt-block h2:after {
  content: '';
  width: 27px;
  height: 7px;
  background:url(../images/dian.png) no-repeat left center ;
  display: block;
  margin-top: 2rem;
}
.index-s4 .txt-block p {
  line-height: 2; font-size:1.25rem;
  color: #666666;
  width: 31.25vw;
  margin-top: 1.5rem;
}
.index-s4 .info-block {
  position: relative;
  height: 31vw;
}
.index-s4 .data-box {
  position: absolute;
  left: 6.25vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.index-s4 .data {  margin-top: 3.125vw; }

.index-s4 .data:nth-of-type(1) {
  margin-top: 0;
}
.index-s4 .data .tit {
  width: 6rem;
  color: #090909;
  display: inline-block;
  vertical-align: middle;
}
.index-s4 .data i{  font-size:2rem;color: #0f2e6f;}
.index-s4 .data .cont {
  display: inline-block;
  vertical-align: middle;
  border-left: 1px solid #999;
}
.index-s4 .data .count {
  line-height: 3rem;    padding: 0 15px 0 2rem;
  color: #0f2e6f; letter-spacing: -2px; font-family: aven;
}
.index-s4 .data .icon {
  height: 4.8125rem;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../sheping/icon-earth.gif");
  background-size: auto 100%;
}
.index-s4 .area-box {
  width: 83.33vw;
  height: 83.33vw;
  position: absolute;
  top: -10vw;
  right: -8vw;
  z-index: 1;
}

.index-s4 .ring {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.index-s4 .ring span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.index-s4 .ring span:nth-of-type(1) {
  background-image: url("../sheping/img-7-1.png");
  animation: rotate 15s linear infinite;
}
.index-s4 .ring span:nth-of-type(2) {
  background-image: url("../sheping/img-7-2.png");
  animation: rotate 12s linear infinite;
}
.index-s4 .ring span:nth-of-type(3) {
  background-image: url("../sheping/img-7-3.png");
  animation: rotate 100s linear infinite;
}
.index-s4 .ring span:nth-of-type(4) {
  background-image: url("../sheping/img-7-4.png");
  animation: rotate 8s linear infinite;
}
.index-s4 .map3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../sheping/img-8.png");
  z-index: 2;
}
.index-s4 .area-box div.yingzhou { z-index: 9; position: absolute;display: block; left:50%;top:31%;margin-left:-167px;padding:25px; background: #0fc48e;border-radius: 25px;box-shadow: 0 0 35px rgb(0 0 0 / 7%);}
.index-s4 .area-box div.yingzhou img{display: block;}
.index-s4 .dot {
  position: absolute;
  z-index: 4;
}
.index-s4 .dot:nth-of-type(1) {
  left: 31.5%;
  top: 3%;
}
.index-s4 .dot:nth-of-type(1):before {
  height: 15.93vw;
}
.index-s4 .dot:nth-of-type(1):after {
  width: 8.177vw;
  height: 6.979vw;
  top: 15.6vw;
  left: -1.5vw;
  background-image: url("../sheping/img-9-1.png");
}
.index-s4 .dot:nth-of-type(2) {
  left: 46%;
  top: -4.5%;
}
.index-s4 .dot:nth-of-type(2):before {
  height: 20.85vw;
}
.index-s4 .dot:nth-of-type(2):after {
  width: 7.656vw;
  height: 7.656vw;
  top: 7.6vw;
  left: -3vw;
  background-image: url("../sheping/img-9-2.png");
}
.index-s4 .dot:nth-of-type(3) {
  left: 61%;
  top: 3%;
}
.index-s4 .dot:nth-of-type(3):before {
  height: 15.1vw;
}
.index-s4 .dot:nth-of-type(3):after {
  width: 8.385vw;
  height: 7.552vw;
  top: 11.6vw;
  left: -4.6vw;
  background-image: url("../sheping/img-9-3.png");
}
.index-s4 .dot:before {
  content: '';
  position: absolute;
  width: 2px;
  top: 13px;
  left: 13px;
  margin-left: -1px;
  background-image: linear-gradient(180deg, #17cc96, 80%, rgba(230, 3, 70, 0.1));
}
.index-s4 .dot:after {
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.index-s4 .dot i {
  display: block;
  width: 26px;
  height: 26px;
  background-color: rgba(23, 204, 150, 0.1);
  border-radius: 50%;
  border: 1px solid #17cc96;
  position: relative;
}
.index-s4 .dot i:after {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #17cc96;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -4px;
}
.index-s4 .dot span {
  color: #17cc96;
  line-height: 1.3;
  position: absolute;
  left: -40px; text-align: center; font-weight: bold;
  top: 50%;
  margin-top: -85px;
  white-space: nowrap;
}

.other-page {
  padding: 0 6.25vw;
  font-size: 0;
}
.other-page .left-box {
  display: inline-block;
  vertical-align: top;
  width: 22.5rem;
  position: sticky;
  top: 6.25vw;
  padding: 6.25vw 0;
}
.other-page .left-box a {
  display: block;
  color: #252d36;
  line-height: 3.75rem;
  padding: 0 3.75rem;
  text-align: right;
  border-radius: 1.25rem 0 1.25rem 0;
  margin-top: 3rem;
  transition: all .3s ease;
}
.other-page .left-box a:nth-of-type(1) {
  margin-top: 0;
}
.other-page .left-box a.active {
  color: #fff;
  background-color: #004ea2;
}
@media screen and (min-width: 1025px) {
  .other-page .left-box a:not(.active):hover {
    color: #004ea2;
  }
}
.other-page .right-box {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 22.5rem);
  border-left: 1px solid #e2eaf3;
  padding: 6.25vw 0 6.25vw 5.625rem;
}

.other-s1 .item {
  margin-top: 2.25rem;
  border: 1px solid #e2eaf3;
  border-radius: 1.25rem 0 1.25rem 0;
  padding: 2.5rem;
}
.other-s1 .item:nth-of-type(1) {
  margin-top: 0;
}
.other-s1 .item .tit {
  color: #252d36;
  position: relative;
}
.other-s1 .item .tit:before {
  content: '';
  width: 4px;
  height: 100%;
  background-color: #17cc96;
  position: absolute;
  left: -2.5rem;
  top: 0;
}
.other-s1 .item .link {
  margin-top: 1.5rem;
}
.other-s1 .item a {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 4.5rem) / 4);
  text-align: center;
  line-height: 3rem;
  color: #252d36;
  border-radius: 5px;
  background-color: #ebf0f5;
  margin: 1.5rem 1.5rem 0 0;
  transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
  .other-s1 .item a:hover {
    background-color: #004ea2;
    color: #fff;
  }
}
@media screen and (min-width: 900px) {
  .other-s1 .item a:nth-of-type(1), .other-s1 .item a:nth-of-type(2), .other-s1 .item a:nth-of-type(3), .other-s1 .item a:nth-of-type(4) {
    margin-top: 0;
  }
  .other-s1 .item a:nth-of-type(4n) {
    margin-right: 0;
  }
}

.other-s2 {
  line-height: 2;
  color: #909aa5;
}
.other-s2 span {
  color: #252d36;
}
.other-s2 p {
  display: inline;
  color: #252d36;
}
.other-s2 .line {
  border-top: 1px solid #e2eaf3;
}
.other-s2 .box {
  padding-left: 3.75rem;
}

.other-s3 {
  line-height: 2;
  color: #909aa5;
}
.other-s3 h3 {
  color: #252d36;
  margin-top: 2rem;
}
.other-s3 h3:nth-of-type(1) {
  margin-top: 0;
}

.contact-s1 {
  padding: 6.25vw 0;
}
.contact-s1 .items {
  margin-top: 2.5rem;
  font-size: 0;
}
.contact-s1 .item {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 2.5rem) / 2);
  margin: 2.5rem 0 0 2.5rem;
  background-color: #ebf0f5;
  position: relative;
  border-radius: 10px;
  transition: all .3s ease;
}
.contact-s1 .item:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("../images/contact/img-1.png");
  z-index: 1;
}
.contact-s1 .item a {
  display: block;
  position: relative;
  padding: 2.5rem;
  z-index: 2;
}
.contact-s1 .item a:after {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  margin-top: 2.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/contact/icon-1-1.svg");
  transition: all .3s ease;
}
.contact-s1 .item .tit {
  color: #252d36;
  transition: color .3s ease;
}
.contact-s1 .item p {
  line-height: 24px;
  height: 48px;
  color: #252d36;
  opacity: 0.5;
  margin-top: 1.5rem;
  overflow: hidden;
  transition: color .3s ease;
}
@media screen and (min-width: 900px) {
  .contact-s1 .item:nth-of-type(1), .contact-s1 .item:nth-of-type(2) {
    margin-top: 0;
  }
  .contact-s1 .item:nth-of-type(odd) {
    margin-left: 0;
  }
}
@media screen and (min-width: 1025px) {
  .contact-s1 .item:hover {
    background-color: #004ea2;
    box-shadow: 0 0.625rem 1.875rem rgba(0, 78, 162, 0.3);
  }
  .contact-s1 .item:hover:before {
    opacity: 1;
  }
  .contact-s1 .item:hover .tit {
    color: #fff;
  }
  .contact-s1 .item:hover p {
    color: #fff;
  }
  .contact-s1 .item:hover a:after {
    background-image: url("../images/contact/icon-1-2.svg");
  }
}

.contact-s2 {
  padding-bottom: 9vw;
}
.contact-s2 .top-block {
  padding: 5rem 0 3.75rem;
  border-bottom: 4px solid #17cc96;
}
.contact-s2 .top-block .tit {
  color: #252d36;
}
.contact-s2 .top-block .tip {
  font-size: 0;
  margin-top: 1.25rem;
}
.contact-s2 .top-block span {
  display: inline-block;
  vertical-align: top;
  color: #252d36;
  margin-left: 7.5rem;
}
.contact-s2 .top-block span:nth-of-type(1) {
  margin: 0;
}
.contact-s2 .mid-block {
  padding: 3.75rem 0 5rem;
}
.contact-s2 .mid-block .box {
  margin-top: 3.75rem;
}
.contact-s2 .mid-block .box:nth-of-type(1) {
  margin-top: 0;
}
.contact-s2 .mid-block .tit {
  color: #252d36;
}
.contact-s2 .mid-block .para {
  border-left: 1px solid #e2eaf3;
  padding-left: 2.5rem;
  margin-top: 1.5rem;
  line-height: 2;
  color: #252d36;
  font-family: 'MiSans-Light';
}
.contact-s2 a.btn {
  display: block;
  border-radius: 1.25rem 0 1.25rem 0;
  background-color: #004ea2;
  text-align: center;
  color: #fff;
  line-height: 5rem;
  transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
  .contact-s2 a.btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.625rem 1.875rem rgba(0, 78, 162, 0.3);
  }
}

.contact-s3 {
  padding: 6.25vw;
}
.contact-s3 .items {
  padding: 0 6.25vw;
  display: flex;
}
.contact-s3 .item {
  flex: 1;
  text-align: center;
}
.contact-s3 .item i {
  display: block;
  height: 5.625rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.contact-s3 .item span {
  display: block;
  color: #17cc96;
  margin-top: 3.75rem;
}
.contact-s3 .item p {
  color: #252d36;
  margin-top: 10px;
}
.contact-s3 .item:nth-of-type(1) i {
  background-image: url("../images/contact/icon-2-1.svg");
}
.contact-s3 .item:nth-of-type(2) i {
  background-image: url("../images/contact/icon-2-2.svg");
}
.contact-s3 .item:nth-of-type(3) i {
  background-image: url("../images/contact/icon-2-3.svg");
}
@media screen and (min-width: 1025px) {
  .contact-s3 .item:hover i {
    transform: rotateY(360deg);
    transition: transform 1s ease;
  }
}

.contact-s4 {
  padding: 0 6.25vw;
}
.contact-s4 .block {
  position: relative;
}
.contact-s4 .map {
  height: 40rem;
  border-radius: 1.25rem 0 1.25rem 0;
  overflow: hidden;
}
.contact-s4 .info {
  position: absolute;
  right: 12.5rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.1);
}
.contact-s4 .info span {
  display: block;
  color: #231815;
}
.contact-s4 .info p {
  color: #808080;
  margin-top: 5px;
}
.contact-s4 .info .img-box {
  width: calc(7rem + 7px);
  border: 4px solid #17cc96;
  margin-top: 3.75rem;
}
.contact-s4 .info img {
  display: block;
  width: 100%;
}

.contact-s5 {
  padding: 6.25vw 0;
}
.contact-s5 .top-block i {
  display: block;
  height: 5.625rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/contact/icon-4.png");
}
.contact-s5 .top-block p {
  text-align: center;
  color: #252d36;
  margin-top: 3.75rem;
}
.contact-s5 .top-block p:after {
  content: '';
  width: 70px;
  height: 5px;
  display: block;
  background-color: #17cc96;
  margin: 2rem auto 0;
}
.contact-s5 .form {
  margin-top: 2.5rem;
  font-size: 0;
}
.contact-s5 .box {
  width: calc((100% - 2.5rem) / 2);
  display: inline-block;
  vertical-align: top;
  margin-top: 2.5rem;
}
.contact-s5 .box input,
.contact-s5 .box textarea {
  display: block;
  width: 100%;
  color: #252d36;
  border-radius: 1.875rem;
  background-color: #f5f5f5;
  border: 1px solid transparent;
  transition: border .3s ease;
}
.contact-s5 .box input:focus,
.contact-s5 .box textarea:focus {
  border-color: #17cc96;
}
.contact-s5 .box input {
  height: 3.75rem;
  padding: 0 2.5rem;
}
.contact-s5 .box textarea {
  height: 11.25rem;
  padding: 1.25rem 2.5rem;
}
@media screen and (min-width: 900px) {
  .contact-s5 .box:nth-of-type(5) {
    width: 100%;
  }
  .contact-s5 .box:nth-of-type(1), .contact-s5 .box:nth-of-type(2) {
    margin-top: 0;
  }
  .contact-s5 .box:nth-of-type(1), .contact-s5 .box:nth-of-type(3) {
    margin-right: 2.5rem;
  }
}
.contact-s5 button {
  display: block;
  margin: 2.5rem auto 0;
  width: 15rem;
  height: 3.75rem;
  text-align: center;
  color: #fff;
  border-radius: 1.25rem 0 1.25rem 0;
  cursor: pointer;
  background-color: #004ea2;
  transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
  .contact-s5 button:hover {
    transform: translateY(-5px);
    box-shadow: 0 3px 10px rgba(0, 78, 162, 0.3);
  }
}

.news-s1 {
  padding: 13.75rem 6.25vw 0;
}
.news-s1 .bot-block {
  margin-top: 3.75rem;
  position: relative;
}
.news-s1 .item {
  font-size: 0;
}
.news-s1 .item .img-box {
  display: inline-block;
  vertical-align: top;
  width: 50vw;
  border-radius: 1.25rem 0 1.25rem 0;
  overflow: hidden;
  opacity: 0;
}
.news-s1 .item img {
  display: block;
  width: 100%;
  transition: transform .5s ease;
}
.news-s1 .item .txt-box {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 50vw);
  padding-left: 3.75rem;
  opacity: 0;
}
.news-s1 .item span {
  color: #17cc96;
  display: block;
  font-family: 'MiSans-Bold';
}
.news-s1 .item i {
  color: #17cc96;
  font-style: normal;
}
.news-s1 .item .tit {
  margin-top: 1.5rem;
  color: #252d36;
  max-height: 5.4rem;
  overflow: hidden;
}
.news-s1 .item p {
  line-height: 2;
  color: #252d36;
  margin-top: 1.5rem;
  max-height: 6.75rem;
  overflow: hidden;
}
.news-s1 .item.swiper-slide-active .img-box {
  -webkit-animation: o-upfade-top 0.7s 0s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -moz-animation: o-upfade-top 0.7s 0s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -ms-animation: o-upfade-top 0.7s 0s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: o-upfade-top 0.7s 0s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.news-s1 .item.swiper-slide-active .txt-box {
  -webkit-animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -moz-animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -ms-animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@media screen and (min-width: 1025px) {
  .news-s1 .item:hover img {
    transform: scale(1.1);
  }
}
.news-s1 ul {
  position: absolute;
  bottom: 2.5rem;
  left: calc(50vw + 3.75rem);
  font-size: 0;
  z-index: 2;
}
.news-s1 li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-left: 10px;
  cursor: pointer;
}
.news-s1 li:nth-of-type(1) {
  margin-left: 0;
}
.news-s1 li:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  border-radius: 50%;
  border: 4px solid #e6e6e6;
}
.news-s1 li svg {
  fill: none;
  stroke: #17cc96;
  stroke-width: 4px;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  transform: rotate(-90deg);
}
.news-s1 li.active svg {
  animation: newssvg 5s linear forwards;
}

.news-s2 {
  padding: 5.625rem 0 6.25vw;
}
.news-s2 .items {
  margin-bottom: 2.5rem;
}
.news-s2 .item {
  position: relative;
}
.news-s2 .item:before, .news-s2 .item:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.news-s2 .item:before {
  background-color: #e2eaf3;
  z-index: 1;
}
.news-s2 .item:after {
  background-color: #17cc96;
  z-index: 2;
  transform: scaleX(0);
  transform-origin: left top;
}
.news-s2 .item a {
  display: block;
  padding: 2.5rem 0;
  font-size: 0;
}
.news-s2 .item .img-box {
  display: inline-block;
  vertical-align: middle;
  width: 32.5rem;
  overflow: hidden;
  border-radius: 1.25rem 0 1.25rem 0;
  overflow: hidden;
}
.news-s2 .item img {
  display: block;
  width: 100%;
  transition: transform .5s ease;
}
.news-s2 .item .txt-box {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 32.5rem);
  padding-left: 3.75rem;
}
.news-s2 .item .date {
  color: #17cc96;
}
.news-s2 .item .date:before {
  content: '';
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/news/icon-1.svg");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
.news-s2 .item .h2 {
  color: #252d36;
  margin: 1.5rem 0;
}
.news-s2 .item p {
  line-height: 1.5;
  color: #252d36;
  font-family: 'MiSans-Light';
}
.news-s2 .item:nth-of-type(1) a {
  padding-top: 0;
}
@media screen and (min-width: 1025px) {
  .news-s2 .item:hover img {
    transform: scale(1.1);
  }
  .news-s2 .item:hover:after {
    transform: scaleX(1);
    transition: transform 1s ease;
  }
}

.news-s3 {
  padding: 5.625rem 0 6.25vw;
}
.news-s3 .share {
  position: absolute;
  left: -6.875rem;
  top: 0;
  height: 100%;
}
.news-s3 .top-box {
  border-bottom: 4px solid #17cc96;
}
.news-s3 .top-box h1 {
  text-align: center;
  color: #252d36;
}
.news-s3 .top-box .date {
  padding: 2.5rem 0;
  text-align: center;
  color: #252d36;
  font-family: 'MiSans-Light';
}
.news-s3 .top-box .date:before {
  content: '';
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/news/icon-4.svg");
  margin: -2px 10px 0 0;
}
.news-s3 .mid-box {
  margin-top: 2.5rem;
}
.news-s3 .other {
  margin-top: 5vw;
}
.news-s3 .other .back {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-s3 .other .back:before, .news-s3 .other .back:after {
  content: '';
  width: calc((100% - 120px) / 2);
  height: 1px;
  background-color: #e2eaf3;
}
.news-s3 .other .back a {
  position: relative;
}
.news-s3 .other .back a:before {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  border: 1px solid #e2eaf3;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/news/icon-5.png");
}
.news-s3 .other .back span {
  position: absolute;
  color: #252d36;
  top: 100%;
  padding-top: 10px;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
}
.news-s3 .other .page {
  display: flex;
  margin-top: 10px;
  justify-content: space-between;
}
.news-s3 .other .page a {
  width: 12.5rem;
  line-height: 3.75rem;
  text-align: center;
  color: #252d36;
  font-family: 'MiSans-Light';
  border: 1px solid #e2eaf3;
  transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
  .news-s3 .other .page a:hover {
    border-color: #17cc96;
    color: #17cc96;
  }
}

.about-s1 {
  padding: 13.75rem 6.25vw 10vw;
}
.about-s1 .c-team-items {
  margin-top: 12.5rem;
}
.about-s1 .c-team-items.items-ani-0 {
  margin-top: 5rem;
}

.about-s2 {
  padding: 6.25vw 0;
}
.about-s2 .para {
  color: #252d36;
  line-height: 2;
  font-family: 'MiSans-Light';
  margin-top: 2rem;
}

.about-s3 {
  padding-bottom: 6.25vw;
}
.about-s3.aindex {
  padding-top: 6.25vw;
  background-color: #f5f5f5;
}
.about-s3.aindex .tit .label {
  color: #252d36;
  text-align: center;
}
.about-s3.aindex .tit p {
  text-align: center;
  color: #252d36;
  font-family: 'MiSans-Light';
  margin-top: 1rem;
}
.about-s3.aindex .tit p:after {
  content: '';
  width: 70px;
  height: 5px;
  background-color: #17cc96;
  display: block;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}
.about-s3.aindex .map-box {
  margin-top: 2.5rem;
}
.about-s3.aindex a.more {
  position: absolute;
  bottom: 0;
  left: calc(50% - 60px);
  width: 120px;
  text-align: center;
  color: #17cc96;
  font-family: 'MiSans-Light';
  z-index: 3;
}
.about-s3.aindex a.more:after {
  content: '';
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/about/icon-1.svg");
}
.about-s3 .map-box {
  position: relative;
  z-index: 1;
}
.about-s3 .map-box img {
  display: block;
  width: 100%;
}
.about-s3 .map-lines {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  height: 100%;
  stroke: #004ea2;
  fill: none;
  stroke-width: 0.3px;
  opacity: 0.2;
  z-index: 1;
}
.about-s3 .map-line {
  stroke-dasharray: 180px;
  stroke-dashoffset: 0;
  -webkit-animation: animation-line 6s linear both infinite;
  -moz-animation: animation-line 6s linear both infinite;
  -ms-animation: animation-line 6s linear both infinite;
  animation: animation-line 6s linear both infinite;
}
.about-s3 .map-line--1 {
  animation-delay: .5s;
}
.about-s3 .map-line--2 {
  animation-delay: 1s;
}
.about-s3 .map-line--3 {
  animation-delay: 1.5s;
}
.about-s3 .map-line--4 {
  animation-delay: 2s;
}
.about-s3 .map-line--5 {
  animation-delay: 2.5s;
}
.about-s3 .map-line--6 {
  animation-delay: 3s;
}
.about-s3 .map-line--7 {
  animation-delay: 3.5s;
}
.about-s3 .map-line--8 {
  animation-delay: 4s;
}
.about-s3 .map-line--9 {
  animation-delay: 4.5s;
}
.about-s3 .map-line--10 {
  animation-delay: 5s;
}
.about-s3 .map-line--11 {
  animation-delay: 5.5s;
}
.about-s3 .dot {
  position: absolute;
  margin: -12px 0 0 -12px;
  z-index: 2;
}
.about-s3 .dot i {
  display: block;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
.about-s3 .dot i:before {
  content: '';
  width: 12px;
  height: 12px;
  background-color: #17cc96;
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 50%;
}
.about-s3 .dot span {
  color: #252d36;
  position: absolute;
  font-family: 'MiSans-Light';
  white-space: nowrap;
}
.about-s3 .dot:nth-of-type(1) {
  top: 33%;
  left: 12%;
}
.about-s3 .dot:nth-of-type(1) span {
  top: 100%;
  right: calc(100% + 10px);
}
.about-s3 .dot:nth-of-type(2) {
  top: 39%;
  left: 52%;
}
.about-s3 .dot:nth-of-type(2) span {
  bottom: 100%;
  right: calc(100% + 10px);
}
.about-s3 .dot:nth-of-type(3) {
  top: 44%;
  left: 80%;
}
.about-s3 .dot:nth-of-type(3) span {
  top: 100%;
  left: calc(100% + 10px);
}

.about-s4 {
  padding: 13.75rem 6.25vw 0;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.about-s4 .block {
  position: relative;
}
.about-s4 .txt-box {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: calc(100% - 50vw);
  padding-left: 3.75rem;
}
.about-s4 .txt-box .sticky {
  position: sticky;
  top: 120px;
}
.about-s4 .txt-box .tit {
  color: #252d36;
}
.about-s4 .txt-box .tit:after {
  content: '';
  width: 70px;
  height: 5px;
  background-color: #17cc96;
  display: block;
  margin-top: 1.5rem;
}
.about-s4 .txt-box .para {
  margin: 1.5rem 0;
  color: #252d36;
  line-height: 2;
  font-family: 'MiSans-Light';
}
.about-s4 .txt-box a {
  display: inline-block;
  color: #17cc96;
  font-family: 'MiSans-Light';
}
.about-s4 .txt-box a:after {
  content: '';
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/about/icon-1.svg");
}
.about-s4 .info-box {
  width: 50vw;
}
.about-s4 .img-box {
  overflow: hidden;
  border-radius: 1.25rem 0 1.25rem 0;
}
.about-s4 .img-box img {
  display: block;
  width: 100%;
}
.about-s4 .data-box {
  padding-right: 5rem;
}
.about-s4 .data {
  padding: 3.75rem 0 3.75rem 3.75rem;
  position: relative;
  font-family: 'MiSans-Light';
  font-size: 0;
  overflow: hidden;
}
.about-s4 .data:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #e6e6e6;
  z-index: 1;
}
.about-s4 .data:after {
  content: '';
  width: 24px;
  height: 1px;
  background-color: #17cc96;
  position: absolute;
  left: -24px;
  bottom: 0;
  z-index: 2;
  animation: moveline 4s linear infinite;
}
.about-s4 .data .num {
  width: 18.75rem;
  display: inline-block;
  vertical-align: bottom;
}
.about-s4 .data span {
  color: #17cc96;
}
.about-s4 .data i {
  font-style: normal;
  color: #17cc96;
}
.about-s4 .data p {
  display: inline-block;
  vertical-align: bottom;
  width: calc(100% - 18.75rem);
  color: #252d36;
  padding-bottom: 0.75rem;
}
.about-s4 .data:nth-of-type(2):after {
  animation-delay: 1s;
}
.about-s4 .data:nth-of-type(3):after {
  animation-delay: 2s;
}
.about-s4 .data:nth-of-type(4):after {
  animation-delay: 3s;
}

.about-s5 {
  padding: 6.25vw;
}
.about-s5 .label {
  color: #252d36;
  text-align: center;
}
.about-s5 .label:after {
  content: '';
  width: 70px;
  height: 5px;
  background-color: #17cc96;
  display: block;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}
.about-s5 .c-team-items {
  margin-top: 2.5rem;
}
.about-s5 .pagination {
  text-align: center;
  font-size: 0;
  display: none;
  transform: scale(0.5);
  transform-origin: center bottom;
}
.about-s5 .pagination span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-left: 10px;
  cursor: pointer;
}
.about-s5 .pagination span:nth-of-type(1) {
  margin-left: 0;
}
.about-s5 .pagination span:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  border-radius: 50%;
  border: 4px solid #e6e6e6;
}
.about-s5 .pagination span svg {
  fill: none;
  stroke: #17cc96;
  stroke-width: 4px;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  transform: rotate(-90deg);
}
.about-s5 .pagination span.active svg {
  animation: newssvg 5s linear forwards;
}
.about-s5 a.more {
  display: block;
  margin: 8vw auto 0;
  width: 120px;
  text-align: center;
  color: #17cc96;
  font-family: 'MiSans-Light';
  z-index: 3;
}
.about-s5 a.more:after {
  content: '';
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/about/icon-1.svg");
}

.about-s6 {
  padding-top: 6.25vw;
  overflow: hidden;
}
.about-s6 .para {
  color: #252d36;
  line-height: 2;
  font-family: 'MiSans-Light';
}
.about-s6 .data-box {
  font-size: 0;
  margin: 2.5rem -4.5rem;
}
.about-s6 .data {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 4.5rem;
  font-family: 'MiSans-Light';
}
.about-s6 .data:nth-of-type(1) {
  width: 40%;
}
.about-s6 .data:nth-of-type(2) {
  width: 35%;
}
.about-s6 .data:nth-of-type(3) {
  width: 25%;
}
.about-s6 .data .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: grayscale(100%);
  background-position: center left;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/about/img-6.gif");
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.about-s6 .data .box {
  position: relative;
  z-index: 2;
}
.about-s6 .data span {
  color: #17cc96;
}
.about-s6 .data i {
  font-style: normal;
  color: #17cc96;
}
.about-s6 .data p {
  color: #252d36;
  margin-top: 1.25rem;
}
@media screen and (min-width: 1025px) {
  .about-s6 .data:hover .bg {
    opacity: 1;
  }
}
.about-s6 .circle-box {
  margin-top: 7.5rem;
  padding-top: 2.5rem;
  border-top: 4px solid #f2f2f2;
  position: relative;
}
.about-s6 .circle-box p {
  text-align: center;
  color: #252d36;
  position: absolute;
  top: 7.5rem;
  left: 0;
  right: 0;
}
.about-s6 .circle {
  position: relative;
}
.about-s6 .circle img {
  display: block;
  width: 100%;
}
.about-s6 .circle .ani {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.about-s6 .circle .ani:before, .about-s6 .circle .ani:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/about/img-7.png");
  opacity: 0;
  transform: scale(0.6);
  animation: scale1 3s linear infinite;
}
.about-s6 .circle .ani:after {
  animation-delay: 1.5s;
}
.about-s6 .circle .img-2 {
  position: relative;
  z-index: 2;
}
.about-s6 .circle .img-3, .about-s6 .circle .img-4 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.about-s6 .circle .img-3 {
  animation: rotate 10s linear infinite;
}
.about-s6 .circle .img-4 {
  animation: rotate 10s linear infinite reverse;
}
.about-s6 .circle span {
  color: #252d36;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  z-index: 4;
}

.about-s7 {
  position: relative;
  padding: 6.25vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/about/img-11.jpg");
  background-attachment: fixed;
}
.about-s7 .tit-block {
  position: absolute;
  top: 6.25vw;
  left: 0;
  right: 0;
  z-index: 1;
}
.about-s7 .label {
  color: #252d36;
}
.about-s7 .label:after {
  content: '';
  width: 70px;
  height: 5px;
  background-color: #17cc96;
  display: block;
  margin-top: 1.5rem;
}
.about-s7 .sticky {
  position: absolute;
  left: 43.75vw;
  top: 12.5vw;
  bottom: 12.5vw;
  margin-left: -32.5rem;
  z-index: 3;
}
.about-s7 .tab-logo {
  position: sticky;
  top: 120px;
  width: 33.75rem;
  height: 33.75rem;
  background-color: #004ea2;
  border-radius: 2.5rem 0 2.5rem 0;
  padding: 3.75rem;
  z-index: 3;
}
.about-s7 .tab-logo .box {
  height: 100%;
  position: relative;
  display: none;
}
.about-s7 .tab-logo .box.active {
  display: block;
}
.about-s7 .tab-logo .box.active .img-box {
  -webkit-animation: o-upfade-top 0.7s 0s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -moz-animation: o-upfade-top 0.7s 0s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -ms-animation: o-upfade-top 0.7s 0s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: o-upfade-top 0.7s 0s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.about-s7 .tab-logo .box.active span {
  -webkit-animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -moz-animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -ms-animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.about-s7 .tab-logo .img-box {
  opacity: 0;
}
.about-s7 .tab-logo .img-box img {
  display: block;
  max-width: 100%;
  max-height: 7vw;
}
.about-s7 .tab-logo span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  font-family: 'MiSans-Bold';
  opacity: 0;
}
.about-s7 .right-block {
  margin-left: 43.75vw;
  position: relative;
  z-index: 2;
}
.about-s7 .item {
  padding: 5rem 7.5rem;
  background-color: #fff;
  margin-top: 1px;
  cursor: pointer;
}
.about-s7 .item:nth-of-type(1) {
  margin-top: 0;
}
.about-s7 .item .tit {
  color: #252d36;
  position: relative;
  padding-right: 80px;
}
.about-s7 .item .tit:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #252d36;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1rem auto;
  background-image: url("../images/about/icon-2-1.png");
  transition: all .3s ease;
}
.about-s7 .item .cont {
  border-top: 1px solid #e6e6e6;
  margin-top: 2rem;
  padding-top: 2rem;
  display: none;
}
.about-s7 .item .para {
  line-height: 2;
  color: #252d36;
  font-family: 'MiSans-Light';
  opacity: 0;
}
.about-s7 .item a {
  display: inline-block;
  color: #17cc96;
  margin-top: 2.5rem;
  opacity: 0;
}
.about-s7 .item a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin: -2px 1.25rem 0 0;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  background-color: #17cc96;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 1.5rem;
  background-image: url("../images/about/icon-3.svg");
}
.about-s7 .item.active .tit:after {
  background-color: #004ea2;
  border-color: transparent;
  background-image: url("../images/about/icon-2-2.png");
}
.about-s7 .item.active .cont {
  display: block;
}
.about-s7 .item.active .para {
  -webkit-animation: o-upfade-top 0.7s 0s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -moz-animation: o-upfade-top 0.7s 0s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -ms-animation: o-upfade-top 0.7s 0s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: o-upfade-top 0.7s 0s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.about-s7 .item.active a {
  -webkit-animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -moz-animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -ms-animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@media screen and (min-width: 1025px) {
  .about-s7 .item:not(.active):hover .tit:after {
    background-color: #004ea2;
    border-color: transparent;
    background-image: url("../images/about/icon-2-2.png");
  }
}

.product-s1 {
  width: 100%;
  height: 100vh;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/product/img-1.jpg");
}
.product-s1 .img-box {
  width: 37.3vw;
  position: absolute;
  left: 2vw;
  top: 50%;
  transform: translateY(-50%);
}
.product-s1 .img-box img {
  display: block;
  width: 100%;
}
.product-s1 .txt-box {
  position: absolute;
  width: 60%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
}
.product-s1 .txt-box span {
  display: block;
  color: #fff;
  font-family: 'MiSans-Light';
}
.product-s1 .txt-box p {
  color: #fff;
  font-family: 'MiSans-Light';
  margin-top: 2rem;
}
.product-s1 .foot {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 6.25vw 3.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-s1 .foot p {
  color: #fff;
  line-height: 1.5;
}
.product-s1 .foot p a {
  color: #fff;
}
.product-s1 .foot p:nth-of-type(2) {
  text-align: right;
}

.product-s2 {
  padding: 6.25vw 6.25vw 0;
}
.product-s2 .label {
  text-align: center;
  color: #252d36;
  font-family: 'MiSans-Light';
}
.product-s2 .tip {
  text-align: center;
  color: #252d36;
  font-family: 'MiSans-Light';
  margin-top: 1.5rem;
}
.product-s2 .items {
  margin-top: 6.25vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-s2 .item {
  width: 22.5rem;
  height: 22.5rem;
  position: relative;
}
.product-s2 .item .range {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  transition: opacity .3s ease;
}
.product-s2 .item .range em {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: rgba(0, 78, 162, 0.05);
  opacity: 0;
  animation: scale2 1.5s linear infinite;
}
.product-s2 .item .range em:nth-of-type(2) {
  animation-delay: .5s;
}
.product-s2 .item .range em:nth-of-type(3) {
  animation-delay: 1s;
}
.product-s2 .item .box {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 0 2.5rem;
  text-align: center;
  background-color: #fff;
  transition: background .3s ease;
  z-index: 2;
}
.product-s2 .item .icon {
  height: 3.75rem;
  position: relative;
}
.product-s2 .item i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .3s ease;
}
.product-s2 .item i.hide {
  opacity: 0;
}
.product-s2 .item span {
  display: block;
  color: #252d36;
  margin-top: 2.5rem;
  transition: color .3s ease;
}
.product-s2 .item p {
  color: #636c76;
  font-family: 'MiSans-Light';
  margin-top: 1rem;
  transition: color .3s ease;
}
@media screen and (min-width: 1025px) {
  .product-s2 .item:hover .range {
    opacity: 1;
  }
  .product-s2 .item:hover .box {
    background-color: #004ea2;
  }
  .product-s2 .item:hover i.show {
    opacity: 0;
  }
  .product-s2 .item:hover i.hide {
    opacity: 1;
  }
  .product-s2 .item:hover span, .product-s2 .item:hover p {
    color: #fff;
  }
}

.product-s3 {
  padding: 6.25vw 0;
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  background-image: url("../images/product/img-4.png");
}
.product-s3 .items {
  padding: 0 calc(25vw - 20px);
}
.product-s3 .item {
  padding: 0 20px;
}
.product-s3 .item .img-box {
  overflow: hidden;
}
.product-s3 .item img {
  display: block;
  width: 100%;
}
.product-s3 .btns {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.product-s3 .button {
  width: 50px;
  height: 50px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/product/icon-3-1.svg");
  position: absolute;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
  transition: all .3s ease;
  z-index: 3;
}
@media screen and (min-width: 1025px) {
  .product-s3 .button:hover {
    background-color: #004ea2;
    background-image: url("../images/product/icon-3-2.svg");
  }
}
.product-s3 .prev {
  left: calc(25vw - 25px);
}
.product-s3 .next {
  right: calc(25vw - 25px);
  transform: rotateY(180deg);
}
.product-s3 .pagination {
  text-align: center;
  font-size: 0;
  display: none;
  transform: scale(0.5);
  transform-origin: center bottom;
}
.product-s3 .pagination span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-left: 10px;
  cursor: pointer;
}
.product-s3 .pagination span:nth-of-type(1) {
  margin-left: 0;
}
.product-s3 .pagination span:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  border-radius: 50%;
  border: 4px solid #e6e6e6;
}
.product-s3 .pagination span svg {
  fill: none;
  stroke: #17cc96;
  stroke-width: 4px;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  transform: rotate(-90deg);
}
.product-s3 .pagination span.active svg {
  stroke-dashoffset: 0;
  transition: all .3s ease;
}

.product-s4 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
.product-s4 .img-box {
  height: 100%;
  overflow: hidden;
}
.product-s4 .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-s4 .txt-box {
  position: absolute;
  top: 13vw;
  left: 0;
  right: 0;
  padding: 0 6.25vw;
  text-align: center;
}
.product-s4 span {
  display: block;
  color: #fff;
}
.product-s4 p {
  color: #fff;
  margin-top: 2.5rem;
}
.product-s4 .video-btn {
  display: inline-block;
  font-size: 0;
  margin-top: 2.5rem;
}
.product-s4 .video-btn i {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-block;
  vertical-align: middle;
}
.product-s4 .video-btn i:before {
  content: '';
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.6);
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  box-sizing: border-box;
  z-index: 1;
}
.product-s4 .video-btn i:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -2px;
}
.product-s4 .video-btn svg {
  fill: none;
  stroke: #17cc96;
  stroke-width: 2px;
  stroke-dasharray: 144;
  stroke-dashoffset: 144;
  transform: rotate(-90deg);
  position: relative;
  z-index: 2;
}
.product-s4 .video-btn em {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  margin-left: -10px;
  font-style: normal;
}
.product-s4 .video-btn em:before {
  content: '';
  width: 24px;
  height: 1px;
  background-color: #fff;
  margin: -2px 5px 0 0;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 1025px) {
  .product-s4 .video-btn:hover svg {
    stroke-dashoffset: 0;
    transition: all .8s ease;
  }
}

.product-s5 {
  margin-top: 100vh;
  padding: 6.25vw 6.25vw 10vw;
  text-align: center;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom left;
  background-image: url("../images/product/img-8.png");
  position: relative;
  z-index: 2;
}
.product-s5 .label {
  display: inline-block;
  color: #252d36;
  font-family: 'MiSans-Light';
  position: relative;
}
.product-s5 .label:before {
  content: '';
  width: 30.75rem;
  height: 5.75rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/product/img-7.png");
  position: absolute;
  left: -7.5rem;
  top: -2.5rem;
}
.product-s5 .tip {
  color: #252d36;
  font-family: 'MiSans-Light';
  margin-top: 2rem;
}
.product-s5 p {
  text-align: center;
  color: #252d36;
  margin-top: 3.75rem;
}
.product-s5 p img {
  width: 26.625rem;
  display: inline-block;
  vertical-align: bottom;
}

.product-s6 {
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.product-s6 .item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 12.5vw 0;
}
.product-s6 .item i {
  display: inline-block;
  width: 5.625rem;
  height: 5.625rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.product-s6 .item span {
  display: block;
  color: #fff;
  font-family: 'MiSans-Light';
  margin-top: 3.75rem;
  position: relative;
}
.product-s6 .item span:before {
  content: '';
  width: 30.75rem;
  height: 5.75rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -2.5rem;
}
.product-s6 .item em {
  font-style: normal;
}
.product-s6 .item p {
  color: #fff;
  font-family: 'MiSans-Light';
  margin-top: 1.5rem;
}
.product-s6 .item:nth-of-type(odd) span:before {
  left: -3.75rem;
  background-image: url("../images/product/img-10-1.png");
}
.product-s6 .item:nth-of-type(even) {
  text-align: right;
}
.product-s6 .item:nth-of-type(even) span:before {
  right: -3.75rem;
  background-image: url("../images/product/img-10-2.png");
}

.product-s7 {
  padding: 6.25vw 0;
  background-color: #fff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("../images/product/img-12.png");
  position: relative;
  z-index: 2;
}
.product-s7 .label {
  text-align: center;
}
.product-s7 .label .tit {
  display: inline-block;
  position: relative;
  color: #252d36;
  font-family: 'MiSans-Light';
}
.product-s7 .label .tit:before {
  content: '';
  width: 30.75rem;
  height: 5.75rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/product/img-7.png");
  position: absolute;
  left: -7.5rem;
  top: -2.5rem;
}
.product-s7 .label span {
  position: relative;
  z-index: 2;
}
.product-s7 .items {
  margin-top: 3.75rem;
  position: relative;
  text-align: center;
}
.product-s7 .item {
  display: inline-block;
  vertical-align: top;
}
.product-s7 .item .img-box {
  overflow: hidden;
}
.product-s7 .item img {
  display: block;
  width: 100%;
  transition: transform .5s ease;
}
.product-s7 .item:nth-of-type(1) {
  width: 31.875rem;
  margin-top: 5.625rem;
}
.product-s7 .item:nth-of-type(2) {
  width: 31.875rem;
  margin-top: 17.5rem;
  margin-left: 1.875rem;
}
.product-s7 .item:nth-of-type(3) {
  position: absolute;
  top: 0;
  width: 15rem;
  right: 12.5rem;
}
.product-s7 .item:nth-of-type(4) {
  position: absolute;
  right: 0;
  width: 13.1875rem;
  bottom: 18.75rem;
}
.product-s7 .item:nth-of-type(5) {
  position: absolute;
  width: 16.375rem;
  bottom: 5.625rem;
  right: 30.625rem;
}
.product-s7 .item:nth-of-type(6) {
  position: absolute;
  width: 20.6875rem;
  left: 0;
  bottom: 3.75rem;
}
@media screen and (min-width: 1025px) {
  .product-s7 .item:hover img {
    transform: scale(1.1);
  }
}

.product-s8 {
  padding: 0 0 6.25vw;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.product-s8 .label {
  text-align: center;
}
.product-s8 .label .tit {
  display: inline-block;
  position: relative;
  color: #252d36;
  font-family: 'MiSans-Light';
}
.product-s8 .label .tit:before {
  content: '';
  width: 30.75rem;
  height: 5.75rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/product/img-7.png");
  position: absolute;
  left: -7.5rem;
  top: -2.5rem;
}
.product-s8 .label span {
  position: relative;
  z-index: 2;
}
.product-s8 .flex {
  display: flex;
  margin-top: 2.5rem;
}
.product-s8 .box {
  flex: 1;
  margin-left: 2.5rem;
}
.product-s8 .box:nth-of-type(1) {
  margin-left: 0;
}
.product-s8 .box .top-box {
  background-color: #7d7f83;
}
.product-s8 .box .top-box .tip {
  display: flex;
  align-items: center;
  padding: 1rem 2.5rem;
}
.product-s8 .box .top-box .tip span {
  font-size: 1.5rem;
  color: #fff;
}
.product-s8 .box .top-box .tip span:nth-of-type(1) {
  width: 55%;
  padding-right: 1.5rem;
}
.product-s8 .box .top-box .tip span:nth-of-type(2) {
  width: 45%;
}
.product-s8 .box .bot-box {
  border: 1px solid #e6e6e6;
  border-top: none;
}
.product-s8 .box .bot-box .tip {
  display: flex;
  align-items: center;
  border-top: 1px solid #e6e6e6;
  padding: 1rem 2.5rem;
}
.product-s8 .box .bot-box .tip:nth-of-type(1) {
  border: none;
}
.product-s8 .box .bot-box .tip:nth-of-type(odd) {
  background-color: #fff;
}
.product-s8 .box .bot-box .tip:nth-of-type(even) {
  background-color: #f5f5f5;
}
.product-s8 .box .bot-box .tip span {
  padding-right: 1.5rem;
  font-size: max(12px, 1rem);
}
.product-s8 .box .bot-box .tip span:nth-of-type(1) {
  width: 55%;
  color: #808080;
}
.product-s8 .box .bot-box .tip span:nth-of-type(2) {
  width: 45%;
  color: #333;
}

.search-s1 {
  padding: 13.75vw 6.25vw 6.25vw;
}
.search-s1 form {
  display: block;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.1);
  padding-right: 5.625rem;
  margin-top: 3.75rem;
}
.search-s1 form input {
  display: block;
  width: 100%;
  height: 5.625rem;
  padding: 0 1.5rem;
  color: #132630;
  background-color: transparent;
}
.search-s1 form button {
  width: 5.625rem;
  height: 5.625rem;
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.5rem auto;
  background-image: url("../images/icon-9.svg");
  cursor: pointer;
  transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
  .search-s1 form button:hover {
    background-image: url("../images/icon-9-1.svg");
  }
}
.search-s1 .tab {
  font-size: 0;
  padding: 3.75rem 0;
  border-bottom: 1px solid #e6e6e6;
}
.search-s1 .tab a {
  display: inline-block;
  vertical-align: top;
  line-height: 1.5rem;
  color: #252d36;
  position: relative;
  margin-right: 12.5rem;
  transition: color .3s ease;
}
.search-s1 .tab a:last-of-type {
  margin-right: 0;
}
.search-s1 .tab a:before {
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.625rem;
  border-radius: 50%;
  border: 1px solid #626e77;
  box-sizing: border-box;
  transition: all .3s ease;
}
.search-s1 .tab a:after {
  content: '';
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #17cc96;
  position: absolute;
  left: 0.25rem;
  top: 0.25rem;
  opacity: 0;
  transition: opacity .3s ease;
}
.search-s1 .tab a.active:before {
  border-color: #17cc96;
}
.search-s1 .tab a.active:after {
  opacity: 1;
}
@media screen and (min-width: 1025px) {
  .search-s1 .tab a:not(.active):hover {
    color: #17cc96;
  }
}
.search-s1 .tip {
  color: #252d36;
  margin-top: 3.75rem;
}
.search-s1 .tip span {
  color: #17cc96;
}
.search-s1 .items {
  margin-bottom: 2.5rem;
}
.search-s1 .item {
  position: relative;
}
.search-s1 .item:before {
  content: '';
  width: 100%;
  height: .5rem;
  background-color: #f5f5f5;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.search-s1 .item:after {
  content: '';
  width: 100%;
  height: .5rem;
  background-color: #17cc96;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left top;
  transition: transform .5s ease;
  z-index: 2;
}
.search-s1 .item a {
  display: block;
  padding: 2.5rem 0;
}
.search-s1 .item .date {
  color: #252d36;
}
.search-s1 .item .tit {
  color: #252d36;
  margin-top: 1rem;
  transition: color .3s ease;
}
.search-s1 .item p {
  color: #252d36;
  margin-top: 1rem;
}
.search-s1 .item span {
  display: inline-block;
  margin-top: 1rem;
  color: #17cc96;
}
@media screen and (min-width: 1025px) {
  .search-s1 .item:hover:after {
    transform: scaleX(1);
  }
  .search-s1 .item:hover .tit {
    color: #17cc96;
  }
}

@media screen and (min-width: 2500px) {
  .about-s7 .tab-logo {
    width: 31rem;
    margin-left: 2.75rem;
  }
}
@media screen and (max-width: 1800px) {
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 1680px) {

  .news-s1 ul {
    transform: scale(0.8);
    transform-origin: left bottom;
  }
}
@media screen and (max-width: 1440px) {
  .index-s4 .txt-block p{    width: 36.25vw;}
  .index-s4 .area-box div.yingzhou { padding: 15px 25px; }
  .index-s4 .area-box {    width: 77.33vw;    height: 81.33vw;}
  .font-60, .index-s3 .txt-block h3, .index-s4 .txt-block h2{font-size: 2.5rem;}
  .font-70, .index-s4 .data .count{font-size: 3rem;}
  .font-20, .c-team-items .item .tit, .index-s2 .item span, .index-s2 .item p, .index-s4 .data .tit, .index-s4 .dot span, .contact-s2 .mid-block .para, .contact-s3 .item p, .contact-s5 button, .about-s2 .para, .about-s3.aindex .tit p, .about-s6 .para, .about-s7 .item .para, .product-s2 .item p, .product-s5 .tip, .product-s5 p, .product-s6 .item p, .search-s1 form input, .search-s1 .item .tit{font-size: 1.1rem;}
  .font-16, .c-team-items .item p, .index-s1 p, .index-s2 .item i, .index-s3 .txt-block p, .index-s3 .tab-cont .txt-box p, .index-s3 .tab-cont .txt-box a, .index-s4 .txt-block p, .contact-s1 .item p, .news-s1 .item i, .news-s2 .item .date, .news-s2 .item p, .news-s3 .top-box .date, .product-s1 .foot p, .search-s1 .item .date, .search-s1 .item p, .search-s1 .item span {
    font-size: 1.1rem; 
  }

  .font-14, .c-crumbs .left-box a.link, .contact-s4 .info p, .contact-s5 .box input,
  .contact-s5 .box textarea, .news-s3 .other .back span {
    font-size: 12px;
  }

  .index-s1 {
    height: 86vh;
  }

  .index-s1 .btns {
    bottom: 3vw;
  }

  .news-s1 ul {
    transform: scale(0.6);
    bottom: 0;
  }

  .index-s3 .tab-cont .en {
    font-size: 12rem;
  }
}
@media screen and (max-width: 1366px) {

}
@media screen and (max-width: 1280px) {


  .about-s6 .data {
    padding-right: 0;
  }

  .index-s1 {
    height: 48vw;
  }

  .index-s3 .tab-cont .img-box {
    width: 45vw;
  }

  .index-s3 .tab-cont .txt-box {
    left: 45vw;
    width: 26rem;
  }

  .index-s3 .tab-cont .en {
    right: 10vw;
  }
}
@media screen and (max-width: 900px) {
.index-s4 .area-box div.yingzhou { z-index: 9; position: absolute;display: block;width:250px; left:50%;top:28%;margin-left:-125px;padding:10px 25px; border-radius:15px;box-shadow: 0 0 35px rgb(0 0 0 / 7%); text-align: center;}
.index-s4 .area-box div.yingzhou img{width:170px}
  .wrap-s {
    width: 87.5vw;
  }

  .font-120, .product-s4 span {
    font-size: 6rem;
  }

  .font-80, .c-banner .trans, .comm-tit .trans {
    font-size: 2.4rem;
  }

  .font-72, .about-s4 .data span, .about-s6 .data span {
    font-size: 3.6rem;
  }

  .font-70, .index-s4 .data .count {
    font-size: 3.6rem;
  }

  .font-60, .index-s3 .txt-block h3, .index-s4 .txt-block h2 {
    font-size: 1.7rem;
  }

  .font-48, .c-label .label, .index-s1 h3, .news-s1 .item span, .about-s7 .tab-logo span, .product-s1 .txt-box p, .product-s2 .label, .product-s5 .label, .product-s6 .item span, .product-s7 .label .tit, .product-s8 .label .tit {
    font-size: 2rem;
  }

  .font-40, .contact-s2 .top-block .tit, .news-s3 .top-box h1 {
    font-size: 2rem;
  }

  .font-36, .c-banner .label, .comm-tit .label, .index-s3 .tab-cont .txt-box h3, .contact-s5 .top-block p, .news-s1 .item .tit, .about-s3.aindex .tit .label, .about-s4 .txt-box .tit, .about-s5 .label, .about-s6 .circle-box p, .about-s6 .circle span, .about-s7 .label {
    font-size: 2rem;
  }

  .font-32, .contact-s2 .mid-block .tit, .about-s7 .item .tit {
    font-size: 1.8rem;
  }

  .font-30, .product-s1 .txt-box span, .product-s4 p {
    font-size: 1.8rem;
  }

  .font-20, .c-team-items .item .tit, .index-s2 .item span, .index-s2 .item p, .index-s4 .data .tit, .index-s4 .dot span, .contact-s2 .mid-block .para, .contact-s3 .item p, .contact-s5 button, .about-s2 .para, .about-s3.aindex .tit p, .about-s6 .para, .about-s7 .item .para, .product-s2 .item p, .product-s5 .tip, .product-s5 p, .product-s6 .item p, .search-s1 form input, .search-s1 .item .tit {
    font-size: 1.2rem;
  }
  .index-s4 .data i{display: none;}
  .font-24, .other-page .left-box a, .other-s1 .item .tit, .other-s2 p, .other-s3 h3, .contact-s1 .item .tit, .contact-s2 a.btn, .contact-s3 .item span, .contact-s4 .info span, .news-s2 .item .h2, .about-s4 .data i, .about-s4 .data p, .about-s6 .data i, .about-s6 .data p, .product-s2 .tip, .product-s2 .item span {
    font-size: 1.6rem;
  }

  .font-18, .index-s3 .tab-tit .item h3, .other-s1 .item a, .other-s2, .other-s3, .contact-s2 .top-block span, .news-s1 .item p, .news-s3 .other .page a, .about-s3.aindex a.more, .about-s4 .txt-box .para, .about-s4 .txt-box a, .about-s5 a.more, .about-s7 .item a, .product-s4 .video-btn em, .search-s1 .tab a, .search-s1 .tip {
    font-size: 1.4rem;
  }

  .c-banner {
    padding-top: 80px;
  }

  .c-banner img {
    height: 40vw;
    object-fit: cover;
  }

  .c-banner .line,
  .comm-tit .line {
    width: 2px;
  }

  .c-banner .trans,
  .comm-tit .trans {
    left: 10px;
  }

  .c-banner .label,
  .comm-tit .label {
    padding: 40px 0 0 10px;
  }

  .c-banner .block:before {
    display: none;
  }

  .other-page .left-box {
    display: block;
    width: 100%;
    position: relative;
    top: 0;
    padding: 20px 0;
    font-size: 0;
  }

  .other-page .left-box a {
    display: inline-block;
    width: 25%;
    padding: 0 5px;
    text-align: center;
    margin-top: 0;
    font-size: 14px;
  }

  .other-page .right-box {
    width: 100%;
    border: 0;
    padding: 0 0 40px;
  }

  .other-s1 .item {
    padding: 15px;
  }

  .other-s1 .item .tit:before {
    width: 2px;
    left: -15px;
  }

  .other-s1 .item .link {
    margin-top: 10px;
  }

  .other-s1 .item a {
    width: auto;
    padding: 0 10px;
    margin: 0 5px 5px 0;
  }

  .other-s2,
  .other-s3 {
    line-height: 1.5;
  }

  .other-s2 .box {
    padding-left: 20px;
  }

  .contact-s3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .contact-s3 .items {
    padding: 0;
    flex-wrap: wrap;
  }

  .contact-s3 .item {
    width: 100%;
    flex: auto;
    position: relative;
    text-align: left;
    padding-left: 40px;
    margin-top: 20px;
  }
  .contact-s3 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .contact-s3 .item i {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .contact-s3 .item span {
    margin-top: 0;
    line-height: 30px;
  }

  .contact-s4 .map {
    height: 24rem;
  }

  .contact-s4 .info {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    margin-top: 20px;
    padding: 35px 15px;
    height: 110px;
  }

  .contact-s4 .info .img-box {
    width: 80px;
    border-width: 2px;
    position: absolute;
    top: 15px;
    right: 15px;
    margin-top: 0;
  }

  .contact-s5 {
    padding: 40px 0;
  }

  .contact-s5 .top-block i {
    height: 4rem;
  }

  .contact-s5 .top-block p {
    margin-top: 20px;
  }

  .contact-s5 .top-block p:after {
    width: 40px;
    height: 2px;
    margin-top: 10px;
  }

  .contact-s5 .form {
    margin-top: 20px;
  }

  .contact-s5 .box {
    width: 100%;
    margin-top: 10px;
  }

  .contact-s5 .box input {
    padding: 0 15px;
    height: 40px;
  }

  .contact-s5 .box textarea {
    height: 120px;
    padding: 10px 15px;
  }

  .c-label .label:after {
    width: 40px;
    height: 2px;
    margin-top: 10px;
  }

  .contact-s1 {
    padding: 40px 0;
  }

  .contact-s1 .items {
    margin-top: 20px;
  }

  .contact-s1 .item {
    width: 100%;
    margin: 20px 0 0;
  }
  .contact-s1 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .contact-s1 .item a {
    padding: 20px;
  }

  .contact-s1 .item p {
    margin-top: 10px;
    height: auto;
  }

  .contact-s1 .item a:after {
    margin-top: 20px;
  }

  .c-crumbs {
    display: none;
  }

  .contact-s2 {
    padding-bottom: 40px;
  }

  .contact-s2 .top-block {
    padding: 0 0 20px;
    border-width: 2px;
  }

  .contact-s2 .top-block .tip {
    margin-top: 10px;
  }

  .contact-s2 .top-block span {
    display: block;
    margin-left: 0;
    margin-top: 5px;
  }

  .contact-s2 .mid-block {
    padding: 20px 0;
  }

  .contact-s2 .mid-block .box {
    margin-top: 20px;
  }

  .contact-s2 .mid-block .para {
    padding-left: 15px;
    margin-top: 15px;
  }

  .news-s3 {
    padding: 0 0 40px;
  }

  .news-s3 .share {
    display: none;
  }

  .news-s3 .top-box {
    border-bottom-width: 2px;
  }

  .news-s3 .top-box .date {
    padding: 20px 0;
  }

  .news-s3 .mid-box {
    margin-top: 20px;
  }

  .news-s3 .other {
    margin-top: 20px;
  }

  .news-s3 .other .page a {
    width: 100px;
    line-height: 4rem;
  }

  .news-s1 {
    padding-top: 80px;
  }

  .news-s1 .bot-block {
    margin-top: 20px;
  }

  .news-s1 .item .img-box {
    display: block;
    width: 100%;
  }

  .news-s1 .item .txt-box {
    display: block;
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }

  .news-s1 .item p {
    line-height: 20px;
    max-height: 80px;
  }

  .news-s1 ul {
    position: static;
    transform: scale(0.5);
  }

  .news-s2 {
    padding: 40px 0;
  }

  .news-s2 .items {
    margin-bottom: 20px;
  }

  .news-s2 .item a {
    padding: 40px 0;
  }

  .news-s2 .item .img-box {
    width: 100%;
  }

  .news-s2 .item .txt-box {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }

  .comm-page li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }

  .comm-page li {
    margin: 1px;
  }

  .comm-page li:first-of-type a, .comm-page li:last-of-type a {
    width: 40px;
  }

  .search-s1 form {
    margin-top: 20px;
  }

  .search-s1 .tab {
    padding: 20px 0;
  }

  .search-s1 .tab a {
    margin-right: 20px;
  }

  .search-s1 .tip {
    margin-top: 20px;
  }

  .search-s1 .items {
    margin-bottom: 20px;
  }

  .search-s1 .item a {
    padding: 20px 0;
  }

  .search-s1 .item:before,
  .search-s1 .item:after {
    height: 2px;
  }

  .product-s4 {
    height: 100vw;
  }

  .product-s4 p {
    margin-top: 20px;
  }

  .product-s4 .video-btn {
    margin-top: 20px;
  }

  .product-s4 .txt-box {
    top: 30vw;
  }

  .product-s5 {
    margin-top: 100vw;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .product-s5 .label:before {
    display: none;
  }

  .product-s5 p img {
    width: 12rem;
  }

  .product-s6 .item {
    padding: 40px 0;
    background-attachment: inherit;
  }

  .product-s6 .item i {
    width: 40px;
    height: 40px;
  }

  .product-s6 .item span {
    margin-top: 20px;
  }

  .product-s6 .item span:before {
    display: none;
  }

  .product-s7 .label .tit:before {
    display: none;
  }

  .product-s7 {
    padding: 40px 0;
  }

  .product-s7 .items {
    margin-top: 20px;
    font-size: 0;
  }

  .product-s7 .item:nth-of-type(1) {
    width: calc(50% - 5px);
    margin-top: 0;
  }

  .product-s7 .item:nth-of-type(2) {
    width: calc(50% - 5px);
    margin-top: 0;
    margin-left: 10px;
  }

  .product-s7 .item:nth-of-type(3),
  .product-s7 .item:nth-of-type(4),
  .product-s7 .item:nth-of-type(5),
  .product-s7 .item:nth-of-type(6) {
    position: static;
    width: calc(50% - 5px);
    margin-top: 10px;
  }

  .product-s7 .item:nth-of-type(4),
  .product-s7 .item:nth-of-type(6) {
    margin-left: 10px;
  }

  .product-s7 .item .img-box {
    height: 40vw;
  }

  .product-s7 .item img {
    height: 100%;
    object-fit: cover;
  }

  .product-s2 {
    padding-top: 40px;
  }

  .product-s2 .items {
    margin-top: 20px;
    flex-wrap: wrap;
  }

  .product-s2 .item {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
  .product-s2 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .product-s2 .item .range {
    display: none;
  }

  .product-s2 .item .box {
    padding: 0 0 0 60px;
    text-align: left;
  }

  .product-s2 .item .icon {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .product-s2 .item span {
    margin-top: 0;
  }

  .product-s3 {
    padding: 40px 0;
  }

  .product-s3 .button {
    display: none;
  }

  .product-s3 .item {
    padding: 0 10px;
  }

  .product-s3 .pagination {
    display: block;
  }

  .product-s1 {
    background-color: #111216;
    background-image: url("../images/product/m-img-1.jpg");
    background-position: center top;
    background-size: 100% auto;
  }

  .product-s1 .img-box {
    width: 80vw;
    height: 40vw;
    left: 10vw;
    top: 90vw;
    transform: none;
  }

  .product-s1 .txt-box {
    width: 80vw;
    right: 10vw;
    transform: none;
    top: 50vw;
  }

  .product-s1 .foot {
    padding-bottom: 20px;
    display: block;
  }

  .product-s1 .foot p:nth-of-type(2) {
    text-align: left;
    margin-top: 20px;
  }

  .about-s2 {
    padding: 40px 0;
  }

  .about-s3 {
    padding-bottom: 40px;
  }

  .about-s3 .dot {
    margin: -5px 0 0 -5px;
  }

  .about-s3 .dot i {
    width: 10px;
    height: 10px;
  }

  .about-s3 .dot i:before {
    width: 4px;
    height: 4px;
    top: 3px;
    left: 3px;
  }

  .about-s3 .dot:nth-of-type(1) span,
  .about-s3 .dot:nth-of-type(2) span {
    right: auto;
    left: calc(100% + 10px);
  }

  .about-s1 {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .about-s1 .c-team-items {
    margin-top: 20px;
  }

  .about-s1 .c-team-items.items-ani-0 {
    margin-top: 20px;
  }

  .c-team-items .item {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    font-size: 0;
  }

  .c-team-items .item .img-box {
    width: 100%;
  }

  .c-team-items .item .txt-box {
    width: 100%;
    position: static;
    margin-top: -10px;
  }

  .c-team-items .item:before {
    display: none;
  }

  .c-team-items .item .box {
    padding: 30px 15px;
  }

  .c-team-items .item p {
    display: block;
  }

  .about-s6 {
    padding-top: 20px;
  }

  .about-s6 .data-box {
    margin: 20px 0;
  }

  .about-s6 .data {
    width: 100% !important;
    padding: 0;
    margin-top: 20px;
  }
  .about-s6 .data:nth-of-type(1) {
    margin-top: 0;
  }

  .about-s6 .data .bg {
    display: none;
  }

  .about-s6 .data p {
    margin-bottom: 10px;
  }

  .about-s6 .circle-box {
    margin-top: 40px;
    padding-top: 20px;
    border-top-width: 2px;
  }

  .about-s6 .circle-box p {
    position: static;
  }

  .about-s7 {
    padding: 40px 0;
    background-attachment: inherit;
  }

  .about-s7 .tit-block {
    position: static;
  }

  .about-s7 .tab-logo {
    display: none;
  }

  .about-s7 .label:after {
    width: 40px;
    height: 2px;
    margin-top: 10px;
  }

  .about-s7 .right-block {
    width: 87.5vw;
    margin-left: 6.25vw;
    margin-top: 20px;
  }

  .about-s7 .item {
    padding: 20px;
  }

  .about-s7 .item .tit {
    padding-right: 40px;
  }

  .about-s7 .item a {
    margin-top: 20px;
  }

  .about-s4 {
    padding-top: 80px;
  }

  .about-s4 .txt-box {
    position: static;
    width: 100%;
    padding-left: 0;
  }

  .about-s4 .txt-box .sticky {
    position: static;
  }

  .about-s4 .txt-box .tit:after {
    width: 40px;
    height: 2px;
    margin-top: 10px;
  }

  .about-s4 .info-box {
    margin-top: 20px;
    width: 100%;
  }

  .about-s4 .data-box {
    padding-right: 0;
  }

  .about-s4 .data {
    padding: 20px 0;
  }

  .about-s4 .data .num {
    width: 15rem;
  }

  .about-s4 .data p {
    width: calc(100% - 15rem);
  }

  .about-s5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-s5 a.more {
    margin-top: 20px;
  }

  .about-s3.aindex {
    padding-top: 40px;
  }

  .about-s3.aindex .tit p:after {
    width: 40px;
    height: 2px;
    margin-top: 10px;
  }

  .index-s4 {
    padding-top: 40px;
  }



  .index-s4 .txt-block p {
    width: 100%;
  }

  .index-s4 .info-block {
    height: 101vw;
    padding: 25vw 6.25vw 0 6.25vw;
    overflow: hidden;
  }

  .index-s4 .data-box {
    position: static; 
    transform: none;
    padding: 90px 0 60px 0;
    display: none;
  }

  .index-s4 .data {
    margin-top: 0;
    position: relative;width: 33%;
  }

  .index-s4 .data .tit {
    width: auto;
    display: block;
  }

  .index-s4 .data .cont {
    border: none;
    width: auto;
    display: block;
    line-height: 3.8rem;
    position: absolute;
    bottom: calc(100% + 10px);
    left: 0;padding: 0 0 0 0;font-size: 2.6rem;
  }

  .index-s4 .data .icon {
    width: 48px;
    height: 48px;
  }

  .index-s4 .area-box {
    position: relative;
    top: auto;
    right: auto;
    width: 150vw;
    height: 150vw;
    margin-left: -31vw;
  }

  .index-s4 .dot span {
    margin-top: 0;
    top: -55px;
    left: -20px;
    font-size: 1.05rem;line-height: 22px;
  }

  .index-s4 .dot i {
    transform: scale(0.5);
  }

  .index-s4 .dot:nth-of-type(1):before {
    height: 14vw;
  }

  .index-s4 .dot:nth-of-type(2):before {
    height: 15.85vw;
  }

  .index-s4 .dot:nth-of-type(3):before {
    height: 14vw;
  }

  .index-s4 .dot:nth-of-type(1):after {
    top: 30.6vw;
  }

  .index-s4 .dot:nth-of-type(2):after {
    top: 16.6vw;
    left: -1vw;
  }

  .index-s4 .dot:nth-of-type(3):after {
    top: 27.6vw;
    left: -2.6vw;
  }

  .index-s3 {
    padding: 40px 0 0;
    overflow: inherit;
  }

  .index-s3:before {
    display: none;
  }

  .index-s3 .line {
    display: none;
  }

  .index-s3 .tab-tit {
    display: none;
  }

  .index-s3 .txt-block h3:after {
    width: 40px;
    height: 2px;
    margin-top: 10px;
  }

  .index-s3 .txt-block p {
    margin-top: 10px;
    line-height: 1.5;
  }

  .index-s3 .tab-wrap {
    margin-top: 40px;
    background-position: 0 40vw;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url("../sheping/m-img-1.png");
  }

  .index-s3 .tab-cont {
    width: 100%;
    padding: 0 6.25vw;
  }

  .index-s3 .tab-cont .en {
    right: -6.25vw;
    white-space: nowrap;
    font-size: 10rem;
    overflow: hidden;
  }

  .index-s3 .tab-cont .img-box {
    width: 100%;
    height: 60vw;
  }

  .index-s3 .tab-cont .txt-box {
    width: 100%;
    position: static;
    padding-left: 0;
  }

  .index-s3 .tab-cont .txt-box h3 {
    padding-left: 15px;
    position: relative;
  }

  .index-s3 .tab-cont .txt-box h3:after {
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
  }

  .index-s3 .tab-cont .txt-box p {
    line-height: 1.5;
  }

  .index-s3 .tab-cont .txt-box a {
    margin-top: 15px;
  }

  .index-s3 .s-tab-tit {
    position: sticky;
    bottom: 0;
    margin-top: 40px;
    display: block;
    border-bottom: 5px solid #17cc96;
    z-index: 3;
  }
  .index-s3 .s-tab-tit .box {
    display: flex;
  }
  .index-s3 .s-tab-tit span {
    flex: 1;
    width: calc((100% - 2px) / 3);
    margin-left: 1px;
    text-align: center;
    border-radius: 5px 5px 0 0;
    background-color: #fff;
    padding: 15px 10px;
    font-size: 12px;
    color: #909aa5;
    transition: all .3s ease;
  }
  .index-s3 .s-tab-tit span:nth-of-type(1) {
    margin-top: 0;
  }
  .index-s3 .s-tab-tit span.active {
    background-color: #17cc96;
    color: #fff;
  }

  .index-s2 {
    padding: 40px 6.25vw 0;
  }

  .index-s2 .items {
    border-radius: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    border-radius: 10px 0 10px 0;
  }

  .index-s2 .item {
    width: 100%;
    border-radius: 10px 0 10px 0;
    overflow: hidden;
  }

  .index-s2 .item .txt-box {
    padding: 20px 20px 0;
  }

  .index-s2 .item p {
    font-size: 16px;
    width: 60%;
  }

  .index-s2 .item i {
    opacity: 1;
    bottom: 20px;
    left: 20px;
    transform: none;
  }

  .index-s2 .pagination,
  .about-s5 .pagination {
    display: block;
  }

  .index-s1 {
    height: 100vh;
    border-bottom: 20px solid #17cc96;
  }

  .index-s1 .range {
    height: 60vh;
  }

  .index-s1 .range span {
    background-position: 100% top;
    background-size: auto 108%;
    animation: m-scale 3s ease-out infinite;
  }

  .index-s1 .img-box {
    height: 60vh;
    overflow: hidden;
  }

  .index-s1 .img {
    background-position: 90% center;
  }

  .index-s1 .item:after {
    background-position: 98% top;
    background-size: auto 138%;
    height: 61vh;
  }

  .index-s1 .txt-box {
    width: 100%;
    top: 60vh;
    left: 0;
    padding: 20px 6.25vw 0;
  }

  .index-s1 h3 {
    font-size: 30px;
  }

  .index-s1 h3:after {
    width: 40px;
    height: 2px;
    margin-top: 10px;
  }

  .index-s1 .btns {
    bottom: 10vw;
  }

  .product-s8 {
    padding: 0 0 40px;
  }

  .product-s8 .flex {
    display: block;
  }

  .product-s8 .box {
    margin: 0;
  }
  .product-s8 .box:nth-of-type(2) .top-box {
    display: none;
  }
  .product-s8 .box:nth-of-type(2) .bot-box .tip:nth-of-type(odd) {
    background-color: #f5f5f5;
  }
  .product-s8 .box:nth-of-type(2) .bot-box .tip:nth-of-type(even) {
    background-color: #fff;
  }
}

/*# sourceMappingURL=bundle.css.map */
